C# Syntax
TChild Describe<TChild>(
CSSDescription cssSelector
)
where TChild: class, IWebElement
Parameters
- cssSelector
- The CSS selector query used to find the child test object
Type Parameters
- TChild
- The child test object type
Return Value

